home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 February / Macworld (1999-02).dmg / Serious Demos / XTension demo / Scripts / Visit our Web site < prev   
Text File  |  1998-07-28  |  194b  |  10 lines

  1. -- this is just an example of how you might
  2. -- create your own scripts for Internet activities.
  3.  
  4.  
  5. tell application "Netscape Navigatorâ„¢ 2.0"
  6.     
  7.     activate
  8.     OpenURL "http://www.shed.com"
  9.     
  10. end tell